CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bitmap data

搜索资源列表

  1. pcx文件查看

    0下载:
  2. PCX文件查看,.pcx是在pc上成为位图文件存储标准的第一种图象文件格式,pcx文件分为三部分,依次为:pcx文件头,位图数据和一个可选的色表。-PCX,. Ai is on the pc as bitmap file storage of a standard image file format, ai document is divided into three parts, in descending order : nil file, bitmap data and an option
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:38368
    • 提供者:石飞
  1. 200561555616250020000

    0下载:
  2. 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:233235
    • 提供者:yanglin
  1. DDBdata

    0下载:
  2. 获得DDB位图数据,获得DDB位图数据。获得DDB位图数据-was DDB bitmap data obtained DDB bitmap data. DDB was bitmap data
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1227
    • 提供者:DLL
  1. 24Bmp

    0下载:
  2. 采用CFile打开并显示24位位图,可以对位图数据进行操作,程序简单实用。-CFile used to open and display 24 bitmap, right bitmap data operations, procedures simple and practical.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:90726
    • 提供者:孙志海
  1. MyDCtest

    0下载:
  2. 学习DC与位图数据的例子,可以通过直接修改内存来修改图片。本例子使用黑白位图,彩色类似。-learning DC and bitmap data example, can directly alter the memory to modify photographs. The examples use black-and-white bitmap, color similar.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32255
    • 提供者:郝宇
  1. bitmappaint

    0下载:
  2. 在VC++6.0应用程序中利用位图实现大数据量计算绘图的快速显示、保存与打印-in VC 6.0 applications using bitmap data to achieve great amount of rapid mapping, conservation and Print
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:548646
    • 提供者:陈冬梅
  1. FootScan.rar

    0下载:
  2. vc下读取txt文件中的多个脚底压力数据,并分别创建出bmp位图,还将总的压力求出,显示出总的压力分布图,txt file under vc read more than the soles of the feet of the stress data, and separately to create a bmp bitmap will also stress the overall obtained, showing that the overall stress distribution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:56318
    • 提供者:ck
  1. 1231123

    0下载:
  2. 从BMP图像文件数据流中生成IPLIMAGE对象 从IPLIMAGE对象中生成BMP的图像文件流-BMP image files from the data stream generated IPLIMAGE object IPLIMAGE object generated from the BMP image file stream
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:1060
    • 提供者:shi10
  1. 200532590150

    0下载:
  2. 将微波遥感的二进制数据转换成8位位图,然后对其实现增强LEE滤波以及sigma滤波算子,并可以对位图进行缩放显示-convert binary data of RADAR to 8 bits bitmap implement enhanced LEE filtering and sigma filtering can zoom and display the bitmap
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-11
    • 文件大小:18281453
    • 提供者:叶心怡
  1. chap1-1

    0下载:
  2. 函数名称: * readBmp() * *函数参数: * char *bmpName -文件名字及路径 * *返回值: * 0为失败,1为成功 * *说明:给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素 * 位数等数据进内存,存放在相应的全局变量中//位图读写程序-Function name:* readBmp ()** Function parameters:* char* bmpName- file name and path**
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:306521
    • 提供者:yushu
  1. OnPaint

    0下载:
  2. 只知道位图的数据和长宽,显示灰度图程序。弄了好就弄出来,和大家分享-Only know that the bitmap data and the length and width, indicating grayscale procedures. Good to get out, and to share
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:1146
    • 提供者:桂训勇
  1. ourdev_530727

    0下载:
  2. 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:871405
    • 提供者:刘智
  1. BMP

    0下载:
  2. 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-29
    • 文件大小:11889643
    • 提供者:zhangcht
  1. DIBDisplay

    0下载:
  2. 实现了一幅图像的实时采集与显示,并且在显示时提供当前数据的像素,位图属性等信息-To achieve a real-time image acquisition and display, and provide current data show that the pixel, bitmap attribute information
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:96602
    • 提供者:李哲
  1. SeeDesk

    0下载:
  2. 桌面远程监视,采用将bitmap的数据直接传到网络的终端显示的方法,响应速度快,本代码包括服务程序和客户程序两部分。-Desktop remote monitoring, the use of bitmap data will be directly conveyed to the network terminal display methods, fast response, the code includes procedures and customer service program i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:44653
    • 提供者:fwq
  1. bmp-font-bit

    0下载:
  2. 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1825577
    • 提供者:like
  1. project

    0下载:
  2. the attached file contains bitmap image reader which read the file, header infor and data of image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-22
    • 文件大小:3534
    • 提供者:isra
  1. TXTdata_MEMDraw_saveAsBMP

    0下载:
  2. 我的邮箱: jhu@holomaker.com 欢迎联系, 公司主页 http://www.svgoptronics.com/cnindex.asp 光刻行业的研发型企业 【改进自testsavebmp】,并非我完全原创 软件技术含量:读取txt数据,内存绘图并保存, 黑白bmp(单色bmp)绘图,比较少见吧 软件功能:根据 txt中的圆的数据,绘制成bmp图形,用于光刻行业的图形发生器 1、菜单 编辑 --> read data 读入 t
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-22
    • 文件大小:59384
    • 提供者:胡进
  1. BMP-bitmap-class-created-

    0下载:
  2. BMP位图类的创建与MFC单文档视图类的显示,bmp文件大体上分成四个部分,位图文件头,位图信息头,调色板,实际的位图数据-Create a class with MFC BMP bitmap single document view class display, bmp files generally divided into four parts, bitmap file header, bitmap information header, color palette, the actual
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-23
    • 文件大小:208407
    • 提供者:jik_un
  1. Microsoft-Windows-Bitmap-File-Format-Summary

    0下载:
  2. Used as the standard bitmap storage format in the Microsoft Windows environment. Although it is based on Windows internal bitmap data structures, it is supported by many non-Windows and non-PC applications
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:23969
    • 提供者:migann
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com